New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

iso-639-2

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iso-639-2

ISO-639-2 codes in an accessible format

  • 1.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.9K
decreased by-37.59%
Maintainers
1
Weekly downloads
 
Created
Source

iso-639-2

Build Downloads Size

ISO 639-2 codes in an accessible format, all of them.

Installation

npm:

npm install iso-639-2

Usage

var iso6392 = require('iso-639-2')

iso6392.slice(121, 126)

Yields:

[ { name: 'Elamite',
    iso6392B: 'elx',
    iso6392T: null,
    iso6391: null },
  { name: 'English',
    iso6392B: 'eng',
    iso6392T: null,
    iso6391: 'en' },
  { name: 'English, Middle (1100-1500)',
    iso6392B: 'enm',
    iso6392T: null,
    iso6391: null },
  { name: 'Esperanto',
    iso6392B: 'epo',
    iso6392T: null,
    iso6391: 'eo' },
  { name: 'Estonian',
    iso6392B: 'est',
    iso6392T: null,
    iso6391: 'et' } ]

API

iso6392

Array.<Language> — List of languages.

Language
  • iso6392B (string) — Bibliographic code
  • iso6392T (string?) — Terminologic code
  • iso6391 (string?) — ISO 639-1 code
  • name (string) — Language name

License

MIT © Titus Wormer

Keywords

FAQs

Package last updated on 12 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc